home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Term / Extras / Source / term-source.lha / Glue / LT_New.asm < prev    next >
Assembly Source File  |  1996-10-20  |  253b  |  15 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** LT_New ram interface
  3.     XREF    _GTLayoutBase
  4.     SECTION    gtlayout,code
  5.     XDEF    _LT_New
  6. _LT_New:
  7.         move.l    a6,-(sp)
  8.         move.l    _GTLayoutBase,a6
  9.         lea    8(sp),a1
  10.         move.l    (a1)+,a0
  11.         jsr    -96(a6)
  12.         move.l    (sp)+,a6
  13.         rts
  14.     END
  15.